home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
pure_adr.swf
/
scripts
/
DefineButton2_165
/
BUTTONCONDACTION on(rollOver).as
Wrap
Text File
|
2008-11-12
|
285b
|
17 lines
on(rollOver){
if(eval("/:carro") == "1")
{
tellTarget("/roda/estrada/nave")
{
gotoAndStop("explode frente");
play();
}
tellTarget("../")
{
gotoAndStop("explode");
play();
}
}
play();
}